* {
    box-sizing: border-box;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
}

.banner-bg {
    background-image:url('../landingpage_imgs/banner-bg.png');
  
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.fs-18 {
    font-size: 18px;
}

.hassle-free-badge {
    top: -11px;
    right: -98px;
    rotate: 17deg;
    background-color: #7EC557;
    font-weight: 500;
}

.rounded-20 {
    border-radius: 20px;
}

.btn-custom {
    padding: 12px 22px;

}

.custom-card {
    transition: all 0.5s ease;
}

.custom-card:hover {
    box-shadow: 0px 17px 26px 0px #9D9D9D40;
}

.custom-card:hover .btn-custom {
    color: #fff;
    background-color: #1669DA;
    border-color: #1669DA;
}

.custom-card:hover .custom-card-title {
    color: #1669DA;
}

.gy-30 {
    row-gap: 30px;
}

.shopify-apps-box {
    width: 80px;
    height: 80px;
    border-radius: 14px;
    border: 0.54px solid #C0C0C0;
    box-shadow: 3.7647061347961426px 3.7647061347961426px 8px 0px #00000026;
}

.bg-gray-1 {
    background-color: #F4F4F4;
}

.text-gray-1 {
    color: #817777;
}

.social-icon-box {
    border: 1px solid #D4D4D8;
    width: 28px;
    height: 28px;
}

.fb-icon:hover {
    background: #134988;
}

.x-icon:hover {
    background-color: #0e1419;
}

.insta-icon:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.in-icon:hover {
    background-color: #0072B1;
}

.social-icon-box:hover img {
    filter: invert(1) brightness(100);
}

.h-72 {
    height: 72px;
}

.fs-36 {
    font-size: 36px;
}

.text-decoration-underline {
    text-decoration: underline;
}

.fs-16 {
    font-size: 16px;
}

.fw-600 {
    font-weight: 600;
}

@media only screen and (max-width: 667px) {
    .fs-mob-2rem {
        font-size: 2rem;
    }

    .fs-mob-1-5rem {
        font-size: 1.5rem;
    }

    .fs-mob-18 {
        font-size: 18px;
    }

    .fs-mob-16 {
        font-size: 16px;
    }
}
@media only screen and (max-width: 575px) {

    .h-mob-30 {
        height: 30px;
        width: auto;
    }
    .flex-mob-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important;
        text-align: center;
    }
}